Global Index
HTML5 JS API Index > Browser Tutorials & Specs

ImageBitmapFactories

Implemented by Window, WorkerGlobalScope

This type groups properties and / or operations together for documentation purposes and does not have an explicit JavaScript representation.

Operations
Promise
createImageBitmap(ImageBitmapSource image, optional long sx, long sy, long sw, long sh)
An ImageBitmap object can be obtained from a variety of different objects, using the createImageBitmap() method.